UCF STIG Viewer Logo

Applications used for nonlocal maintenance sessions must implement cryptographic mechanisms to protect the confidentiality of nonlocal maintenance and diagnostic communications.


Overview

Finding ID Version Rule ID IA Controls Severity
V-74055 CISR-ND-000118 SV-88729r2_rule Medium
Description
This requires the use of secure protocols instead of their unsecured counterparts, such as SSH instead of telnet, SCP instead of FTP, and HTTPS instead of HTTP. If unsecured protocols (lacking cryptographic mechanisms) are used for sessions, the contents of those sessions will be susceptible to eavesdropping, potentially putting sensitive data (including administrator passwords) at risk of compromise and potentially allowing hijacking of maintenance sessions.
STIG Date
Cisco IOS XE Release 3 NDM Security Technical Implementation Guide 2018-12-20

Details

Check Text ( C-74145r3_chk )
Verify that the Cisco IOS XE router is using SSHv2 for remote access.

The configuration should look like the example below:

ip ssh version 2
!
line vty 0 98
transport input ssh

If secure applications are not being used, this is a finding.
Fix Text (F-80597r3_fix)
Configure the Cisco IOS XE router to use SSHv2 for remote access.

The configuration should look like the example below:

ip ssh version 2
!
line vty 0 98
transport input ssh